You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxInt Class > TMtxInt Methods > Resize Method > TMtxInt.Resize Method ([In] TMtxInt, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxInt.Resize Method ([In] TMtxInt, int, int)

Performs resize of the calling matrix to NewRows and NewCols.

Syntax
C#
Visual Basic
public TMtxInt Resize([In] TMtxInt Src, int NewRows, int NewCols);

Sopies the Src matrix values to the calling matrix. The elements outside the newly created matrix size are not referenced.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!